[INFO] cloning repository https://github.com/francisdb/vpxtool
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/francisdb/vpxtool" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffrancisdb%2Fvpxtool", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffrancisdb%2Fvpxtool'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 648f31f69cb310cbf61bdd86bb810e4828a66acf
[INFO] checking francisdb/vpxtool against try#4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7 for pr-158816
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffrancisdb%2Fvpxtool" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/francisdb/vpxtool
[INFO] finished tweaking git repo https://github.com/francisdb/vpxtool
[INFO] tweaked toml for git repo https://github.com/francisdb/vpxtool written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/francisdb/vpxtool on toolchain 4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/francisdb/vpxtool already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 90a01b646c7319061995f4707ebe13ff6911c5819664701bea324f567e33b5a4
[INFO] running `Command { std: "docker" "start" "90a01b646c7319061995f4707ebe13ff6911c5819664701bea324f567e33b5a4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "90a01b646c7319061995f4707ebe13ff6911c5819664701bea324f567e33b5a4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "90a01b646c7319061995f4707ebe13ff6911c5819664701bea324f567e33b5a4" "/opt/rustwide/cargo-home/bin/cargo" "+4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "90a01b646c7319061995f4707ebe13ff6911c5819664701bea324f567e33b5a4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "90a01b646c7319061995f4707ebe13ff6911c5819664701bea324f567e33b5a4" "/opt/rustwide/cargo-home/bin/cargo" "+4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling zmij v1.0.2
[INFO] [stderr]     Checking once_cell v1.21.0
[INFO] [stderr]     Checking bitflags v2.9.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]     Checking regex-automata v0.4.12
[INFO] [stderr]     Checking crc32fast v1.5.0
[INFO] [stderr]     Checking typenum v1.20.0
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling alloc-stdlib v0.2.2
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]     Checking zlib-rs v0.5.5
[INFO] [stderr]    Compiling rustix v1.0.2
[INFO] [stderr]    Compiling brotli-decompressor v5.0.0
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]     Checking linux-raw-sys v0.9.2
[INFO] [stderr]     Checking anstream v1.0.0
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking pxfm v0.1.20
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]     Checking const-oid v0.10.2
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]     Checking winnow v0.7.13
[INFO] [stderr]     Checking winnow v1.0.0
[INFO] [stderr]     Checking zune-core v0.5.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling brotli v8.0.1
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]     Checking bytemuck v1.22.0
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]     Checking flate2 v1.1.8
[INFO] [stderr]     Checking smallvec v1.14.0
[INFO] [stderr]     Checking toml_write v0.1.2
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]     Checking weezl v0.1.12
[INFO] [stderr]     Checking exr v1.74.0
[INFO] [stderr]     Checking toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking image-webp v0.2.1
[INFO] [stderr]     Checking const-random v0.1.18
[INFO] [stderr]     Checking png v0.18.0
[INFO] [stderr]     Checking hybrid-array v0.4.11
[INFO] [stderr]     Checking dlv-list v0.5.2
[INFO] [stderr]     Checking gif v0.14.0
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking console v0.16.4
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking zune-jpeg v0.5.5
[INFO] [stderr]    Compiling include_dir_macros v0.7.4
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking regex v1.12.4
[INFO] [stderr]     Checking tempfile v3.18.0
[INFO] [stderr]     Checking moxcms v0.8.1
[INFO] [stderr]     Checking block-buffer v0.12.0
[INFO] [stderr]     Checking crypto-common v0.2.1
[INFO] [stderr]     Checking crossbeam-queue v0.3.12
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling figment v0.10.19
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking inlinable_string v0.1.15
[INFO] [stderr]     Checking home v0.5.11
[INFO] [stderr]     Checking bumpalo v3.20.2
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]     Checking digest v0.11.3
[INFO] [stderr]    Compiling camino v1.1.9
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]     Checking uuid v1.12.1
[INFO] [stderr]     Checking toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking zopfli v0.8.3
[INFO] [stderr]     Checking md2 v0.11.0
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking sanitize-filename v0.6.0
[INFO] [stderr]     Checking env_filter v2.0.0
[INFO] [stderr]     Checking crossbeam v0.8.4
[INFO] [stderr]     Checking include_dir v0.7.4
[INFO] [stderr]     Checking fuzzy-matcher v0.3.7
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking ordered-multimap v0.7.3
[INFO] [stderr]     Checking wavefront-obj-io v0.2.0
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]     Checking cfb v0.14.0
[INFO] [stderr]     Checking jiff v0.2.23
[INFO] [stderr]     Checking rand_core v0.10.0
[INFO] [stderr]     Checking weezl v0.2.1
[INFO] [stderr]     Checking unit-prefix v0.5.1
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling anyhow v1.0.97
[INFO] [stderr]     Checking typed-path v0.12.3
[INFO] [stderr]     Checking gimli v0.31.1
[INFO] [stderr]     Checking indicatif v0.18.5
[INFO] [stderr]     Checking globset v0.4.18
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stderr]     Checking dialoguer v0.12.0
[INFO] [stderr]     Checking which v4.4.2
[INFO] [stderr]     Checking rust-ini v0.21.3
[INFO] [stderr]     Checking num-format v0.4.4
[INFO] [stderr]     Checking edit v0.1.5
[INFO] [stderr]     Checking jwalk v0.8.1
[INFO] [stderr]     Checking toml v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking toml_edit v0.25.12+spec-1.1.0
[INFO] [stderr]     Checking jojodiff v0.1.2
[INFO] [stderr] error: could not compile `brotli` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7/bin/rustc --crate-name brotli --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-8.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc-stdlib"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc-stdlib", "benchmark", "billing", "default", "disable-timer", "disallow_large_window_size", "external-literal-probability", "ffi-api", "float64", "floating_point_context_mixing", "no-stdlib-ffi-binding", "pass-through-ffi-panics", "seccomp", "sha2", "simd", "std", "validation", "vector_scratch_space"))' -C metadata=78b8648d161b8bb4 -C extra-filename=-5697eba7678f029b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern alloc_no_stdlib=/opt/rustwide/target/debug/deps/liballoc_no_stdlib-481e926020947070.rmeta --extern alloc_stdlib=/opt/rustwide/target/debug/deps/liballoc_stdlib-5eea47b2f83dbba5.rmeta --extern brotli_decompressor=/opt/rustwide/target/debug/deps/libbrotli_decompressor-b8460fa70b060444.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `syn` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.117/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=350c37ec5ffc727c -C extra-filename=-9edc03b33e1129c5 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-f8f01f9a7c0282a8.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-b56ed9418f9fcfb7.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-b3925cc8f83e9ac1.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "90a01b646c7319061995f4707ebe13ff6911c5819664701bea324f567e33b5a4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "90a01b646c7319061995f4707ebe13ff6911c5819664701bea324f567e33b5a4", kill_on_drop: false }`
[INFO] [stdout] 90a01b646c7319061995f4707ebe13ff6911c5819664701bea324f567e33b5a4
